Skip to content

Add startup quote ritual (61 fact-checked interview quotes)#23

Merged
NewGraphEnvironment merged 2 commits intomainfrom
quotes-enable
Apr 14, 2026
Merged

Add startup quote ritual (61 fact-checked interview quotes)#23
NewGraphEnvironment merged 2 commits intomainfrom
quotes-enable

Conversation

@NewGraphEnvironment
Copy link
Copy Markdown
Owner

@NewGraphEnvironment NewGraphEnvironment commented Apr 14, 2026

Summary

  • library(drift) now prints a random fact-checked interview quote on attach, from 15 hip-hop artists (Kendrick, Bad Bunny, Young Thug, Future, Anderson .Paak, Takeoff, YoungBoy, Statik Selektah, Mike WiLL Made-It, and others). Italic quote, grey attribution, clickable blue source hyperlink (OSC 8) linking to the primary-source interview.
  • First live run of the soul /quotes-enable skill. Multi-agent parallel research + independent fact-check pass. 77 candidates -> 61 shipped, 1 dropped on failed verification.
  • Provenance preserved: data-raw/quotes_build.R is the source of truth and writes both data-raw/quotes_audit.csv (full trail, in-repo, Rbuildignore'd) and the slim shipped inst/extdata/quotes.csv.

Toggle via options(drift.quote_show_source = FALSE) to suppress the source line. cli added to Imports for OSC 8 styling.

Test plan

  • devtools::load_all() and library(drift) - quote prints with italic + grey author + blue clickable source in RStudio console
  • Source URL clickable in RStudio console (OSC 8)
  • Three successive attaches return different quotes
  • R CMD check - no new NOTE/WARN (2 pre-existing NOTEs unrelated)
  • Reviewer: load in a fresh R session to confirm attach message + hyperlink behavior
  • Reviewer: spot-check 3-5 random rows of inst/extdata/quotes.csv against the cited URL

Lyric policy

Interview speech only. Songwriter copyright + fair-use ambiguity ruled out agent-curated lyric reproduction. See planning/active/findings.md for the decision record.

NewGraphEnvironment and others added 2 commits April 14, 2026 07:11
task_plan.md, findings.md, progress.md set up for startup-quotes work.
Branch: quotes-enable. Awaiting user-supplied people/topics before research.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
library(drift) now prints a random quote from 15 hip-hop artists on
attach. Italic quote, grey attribution, clickable blue source hyperlink
(OSC 8) to the primary-source interview. Suppress via
options(drift.quote_show_source = FALSE).

Curated using the soul /quotes-enable skill: parallel research agents
pulled candidates from primary-source publications (Rolling Stone,
Billboard, Complex, NPR, GQ, FADER, etc.), then an independent fact-check
pass re-verified each quote via WebFetch on the cited URL. Unverified
candidates dropped, not padded.

Structure:
- R/zzz.R: 15-line .onAttach, reads inst/extdata/quotes.csv, styles via cli.
- data-raw/quotes_build.R: source of truth. R tibble with full provenance.
  Writes both audit and shipped CSVs when rerun.
- data-raw/quotes_audit.csv: generated, in-repo, Rbuildignored. Full
  audit trail (source_type, source_outlet, verification_date).
- inst/extdata/quotes.csv: shipped, slim (quote, author, source).
- planning/active/: PWF record of research, fact-check, calibration
  decisions, and the lyric-pursuit lesson learned (interview-only;
  songwriter copyright too fraught for agent-curated lyric reproduction).

Artists: Kendrick Lamar, Anderson .Paak, Bad Bunny, Young Thug, Travis
Scott, Future, Metro Boomin, Playboi Carti, Ty Dolla Sign, Yeat, Takeoff,
Offset, Mike WiLL Made-It, Statik Selektah, YoungBoy Never Broke Again.

cli added to Imports for OSC 8 hyperlinks and styling.

Version bumped to 0.2.1. R CMD check clean (no new NOTE/WARN).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@NewGraphEnvironment NewGraphEnvironment merged commit d2096f8 into main Apr 14, 2026
1 check passed
@NewGraphEnvironment NewGraphEnvironment deleted the quotes-enable branch April 14, 2026 18:44
NewGraphEnvironment added a commit that referenced this pull request Apr 14, 2026
Move active planning files to planning/archive/2026-04-quotes-enable/
with outcome README. drift now ships 61 fact-checked interview quotes
via /quotes-enable skill (PR #23, v0.2.1).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant